home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Panorama.dxr / 00079.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  221 b   |  10 lines

  1. on exitFrame
  2.   global roomnumber, objmarker, returnlist
  3.   if getProp(returnlist, #flag) = 0 then
  4.     plananimation()
  5.     closemovie()
  6.     showcast("R" & roomnumber)
  7.   end if
  8.   set the visible of sprite objmarker to 0
  9. end
  10.